home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- go(marker(0))
- puppetSprite(4, 1)
- if rollOver(4) then
- set the castNum of sprite 4 to 106
- exit
- end if
- if rollOver(5) then
- set the movieTime of sprite 5 to 100
- exit
- end if
- set the castNum of sprite 4 to 102
- set the movieTime of sprite 5 to 0
- end
-